DecimalMINumericDecimalMLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DecimalM INumeric<DecimalM>.LogicalOr(
DecimalM value
)
Private Function LogicalOr (
value As DecimalM
) As DecimalM Implements INumeric(Of DecimalM).LogicalOr
private:
virtual DecimalM LogicalOr(
DecimalM value
) sealed = INumeric<DecimalM>::LogicalOr
private abstract LogicalOr :
value : DecimalM -> DecimalM
private override LogicalOr :
value : DecimalM -> DecimalM
- value DecimalM
- The value with which to compute the logical bitwise OR.
DecimalMThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)